home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRBDEFIELDSLINKFORM / TFRBDEFIELDSLINKFORM.txt
Text File  |  2004-10-21  |  2KB  |  127 lines

  1. object frBDEFieldsLinkForm: TfrBDEFieldsLinkForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frBDEFieldsLinkForm'
  7.   ClientHeight = 250
  8.   ClientWidth = 340
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 332
  23.     Height = 208
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 12
  28.     Top = 12
  29.     Width = 54
  30.     Height = 13
  31.     Caption = '&Detail fields'
  32.     FocusControl = DetailL
  33.   end
  34.   object Label2: TLabel
  35.     Left = 212
  36.     Top = 12
  37.     Width = 59
  38.     Height = 13
  39.     Caption = '&Master fields'
  40.     FocusControl = MasterL
  41.   end
  42.   object Label3: TLabel
  43.     Left = 12
  44.     Top = 128
  45.     Width = 58
  46.     Height = 13
  47.     Caption = '&Joined fields'
  48.     FocusControl = JoinL
  49.   end
  50.   object DetailL: TListBox
  51.     Left = 12
  52.     Top = 28
  53.     Width = 115
  54.     Height = 82
  55.     HelpContext = 137
  56.     IntegralHeight = True
  57.     ItemHeight = 13
  58.     Style = lbOwnerDrawFixed
  59.     TabOrder = 0
  60.     OnClick = DetailLClick
  61.     OnDrawItem = DetailLDrawItem
  62.   end
  63.   object MasterL: TListBox
  64.     Left = 212
  65.     Top = 28
  66.     Width = 115
  67.     Height = 82
  68.     HelpContext = 146
  69.     IntegralHeight = True
  70.     ItemHeight = 13
  71.     TabOrder = 1
  72.     OnClick = MasterLClick
  73.   end
  74.   object AddB: TButton
  75.     Left = 132
  76.     Top = 36
  77.     Width = 75
  78.     Height = 25
  79.     HelpContext = 156
  80.     Caption = '&Add'
  81.     Enabled = False
  82.     TabOrder = 2
  83.     OnClick = AddBClick
  84.   end
  85.   object JoinL: TListBox
  86.     Left = 12
  87.     Top = 144
  88.     Width = 235
  89.     Height = 57
  90.     HelpContext = 164
  91.     ItemHeight = 13
  92.     TabOrder = 3
  93.   end
  94.   object ClearB: TButton
  95.     Left = 252
  96.     Top = 144
  97.     Width = 75
  98.     Height = 25
  99.     HelpContext = 174
  100.     Caption = '&Clear'
  101.     TabOrder = 4
  102.     OnClick = ClearBClick
  103.   end
  104.   object OkB: TButton
  105.     Left = 180
  106.     Top = 220
  107.     Width = 75
  108.     Height = 25
  109.     HelpContext = 40
  110.     Caption = 'OK'
  111.     Default = True
  112.     ModalResult = 1
  113.     TabOrder = 5
  114.   end
  115.   object CancelB: TButton
  116.     Left = 260
  117.     Top = 220
  118.     Width = 75
  119.     Height = 25
  120.     HelpContext = 50
  121.     Cancel = True
  122.     Caption = 'Cancel'
  123.     ModalResult = 2
  124.     TabOrder = 6
  125.   end
  126. end
  127.